home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1386 / changext.txt < prev   
Text File  |  1996-02-28  |  3KB  |  93 lines

  1.       **********************
  2.        CHANGE EXTENSION 3.0 
  3.       **********************
  4.  
  5. (c) 1995-96 Tom Hollander
  6.     tholland@pcug.org.au
  7.     http://www.pcug.org.au/~tholland
  8.  
  9.  
  10. ====================================================
  11.  
  12. Windows 95 has made a lot of things easier, but should
  13. you ever have a file with the wrong extension, it can
  14. be extremely tedious trying to get Windows 95 to let
  15. you change its file type. Change Extension makes this 
  16. simple.
  17.  
  18. To install Change Extension, simply copy "Change 
  19. Extension.EXE" into a directory of your choice. 
  20. Then create a shortcut to Change Extension.EXE in your 
  21. \Windows\SendTo folder. 
  22.  
  23. Alternatively, if you don't mind fiddling with the
  24. Registry, you can do the following to make Change Extension
  25. appear on the top of any right-click shortcut menu for
  26. any file:
  27.  
  28. Create HKEY_CLASSES_ROOT\*\Shell\Changext key with 
  29. (default)="Change extension"
  30. EditFlags=00 00 00 00
  31. Create HKEY_CLASSES_ROOT\*\Shell\Changext\command key with
  32. (default)="C:\Program Files\Change Extension.exe" %1
  33.  
  34. ...where obviously you substitute the correct path name
  35. for Change Extension.
  36.                                             
  37. You also need the Visual Basic 4.0 runtime libraries
  38. in your system folder. If you don't have them, get
  39. the file http://www.infi.net/~pride/vbrun/runtime.zip or
  40. file://ftp.apexsc.com/pub/cgvb/misc/vb4run32.exe and
  41. unzip it into your System folder.
  42. (get it - you'll need it for other apps too, and not
  43. just mine!)
  44.  
  45. To change the extension of a file, simply right-click
  46. on the file, and choose Change Extension from the 
  47. SendTo submenu.
  48.  
  49. Note the extension does NOT need to be three characters,
  50. you can give a file a .HTML or .JPEG or whatever and
  51. new Win95 apps should recognise them fine.
  52.  
  53. Version 3.0 includes a number of improvements over previous
  54. versions. Firstly, the 'Choose...' button will let you
  55. choose a descriptive file type and get the appropriate
  56. extension. No more trying to remember when the extension
  57. of that obscure file type is!
  58. Also, you may now send multiple files to Change Extension -
  59. this is good if you have a whole batch of files with the
  60. incorrect extension.
  61. Finally, the program should be more stable should unexpected
  62. errors pop up!
  63.  
  64. Change Extension 3.0 is SHAREWARE.
  65. This means that if you find the product useful and continue
  66. to use it on a regular basis, you should pay a small fee
  67. for my programming time.
  68. Registration is $10 (pref. Australian, but US will do...),
  69. if you cannot comfortably pay then you are entitled to 
  70. continue to use the product until such time as you can.
  71.  
  72. To register, send $10 cheque / money order / cash to:
  73.     Tom Hollander
  74.     12 Gatton Street
  75.     FARRER ACT 2607
  76.     AUSTRALIA
  77. and feel better about yourself. Remember, you and I both
  78. get the same functionality out of the program, but it takes
  79. seconds for you to download and days for me to perfect it!
  80.  
  81. If you like Change Extension, or if you have any suggestions
  82. for improving it, please send me some e-mail at
  83. tholland@pcug.org.au or h3023355@toscanini.anu.edu.au.
  84.  
  85. There are lots more free and shareware apps on my
  86. home page at http://www.pcug.org.au/~tholland
  87.  
  88. Also mail me if you have need any custom-developed
  89. Windows 3.x / 95 software!
  90.  
  91. =================================
  92. 25 February 1996
  93.